home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Made with REALbasic™ / Hardware & System Utilities / b.scan 1.0.1 / Read Me < prev   
Text File  |  2001-01-11  |  2KB  |  48 lines

  1. b.scan
  2. Version 1.0.1
  3.  
  4.  
  5. _______________________
  6. What is b.scan?
  7.  
  8. b.scan is a smart file analyzer utility.  It shows the binary content of the datafork of any file and interprets shorts, integers, doubles and more.
  9.  
  10. _______________________
  11. Instructions:
  12.  
  13. • To scan a file, drop it on a b.scan window.
  14.  
  15. • If the file is too large, the first 256kB will be scanned only. To scan the next portion of the file, select from the "Reload" button menu.
  16.  
  17. • All invisible characters are made visible:
  18. Character 0 is shown as "¬".
  19. Return (13) is shown as "¶".
  20. Space (32) is shown as "◊". 
  21. All other invisible characters are shown as "Δ".
  22.  
  23. • To display the values of any part of your file, select a portion of the displayed text.  The right table will show the number of the startbyte and the interpreted values.
  24.  
  25. • Binary data can be stored as single byte or as number, represented by 2, 4 or 8 bytes (Short, Integer, Double).  To interpret your selection, choose from the "Interpret As..." button menu.
  26.  
  27. • To select the next bytes, press the "Tab" or "Space" key.
  28.  
  29. • Another way to change the selection: Click on the numbers at the bottom, change the value and press return.
  30.  
  31. • All short keys from "Edit", "Select" and "Interpret" menu work also without holding down the command key.
  32.  
  33. • To find a string or a value, enter your search string in the editfield on the top. It will be interpreted with current settings for interpretation. Examples: To find an integer in hexadecimal format, set "Interpret As Integer" and "Hex", enter the hex value and press "Find" button. To find Return (Chr(13)), set "Interpret As Byte" and "Dec", enter "13" and start search. To find a string, set "Disable Interpreter", enter string and start search.
  34.  
  35. • If you want to scan huge files in multiple windows, you have to increase the RAM amount for b.scan (1 MB per window).
  36.  
  37. _______________________
  38. Contact:
  39.  
  40. website: www.bizzcross.com/bscan
  41. email: bscan@bizzcross.com
  42.  
  43. _______________________
  44. License:
  45.  
  46. b.scan is freeware. Use at your own risk. Feel free to redistribute as freeware, as long as you include this “Read Me” file.
  47.  
  48. ©2000-2001 BizzCross Corporation. All rights reserved.